home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 April / Software of the Month Club 1997 April.iso / pc / dos / sri / edu / graphmat / grmat2.hlp < prev    next >
Encoding:
Text File  |  1995-08-07  |  5.8 KB  |  93 lines

  1.                    THE REDRAW QUEUE
  2. Every time you type in an equation, the character string you typed and the
  3. program's internal representation of that equation get stored in the redraw
  4. queue. From this queue, or list, you can call up any of the last 25 equations
  5. you typed to graph again with fewer keystrokes than retyping it. Or you can
  6. redraw all of them or the just the last one you typed with even fewer
  7. keystrokes. The equations in the queue are stored in an order that puts the
  8. most-recently-used at the beginning and the least-recently-used at the end.
  9. Hopefully, when the queue fills up, the equations that are bumped off the
  10. queue at the end will be the ones you won't miss very much.
  11.  
  12. The screen clears whenever you execute Range or a successful Scale (if you
  13. abort Scale the screen remains as it was). If you execute either of these
  14. functions or clear the screen accidentally with the Clear menu option, you can
  15. redraw the last equation (if AutoRedraw hasn't already) by selecting Pick
  16. graph under the Redraw menu, or you can redraw all of the equations in the
  17. queue using Redraw All under the Redraw menu. Note that the redraw function
  18. does not keep track of which graphs are on the screen at any point in time so
  19. "redrawing all" may put more (if you plotted many equations on the screen
  20. before the last one) or fewer (if you cleared the queue) equations on the
  21. screen than there were before the screen was cleared.
  22.  
  23.                  Press PgDn for more help on the Redraw Queue.
  24.                    USING AutoRedraw
  25. As its name suggests, AutoRedraw will redraw the last equation(s) you typed in
  26. automatically when you change the scale or range. You can select the maximum
  27. number of equations to redraw automatically; by default it is 25 (all of
  28. them). On a 486 or faster, this saves you time since the computer can usually
  29. recalculate the graphs faster than you can tell it to. If you don't want a
  30. graph redrawn, you can abort graphing by pressing ESC twice.
  31.  
  32. If you want to turn off AutoRedraw completely, or reduce the number of
  33. equations that get redrawn, select AutoRedraw from the Options menu. To turn
  34. it off, answer "No" to the prompt; otherwise answer "Yes" and then enter the
  35. maximum number of graphs (1-25) that you want to be redrawn automatically.
  36.  
  37.                   REDRAWING MANUALLY
  38. The Pick Graph option in the Redraw menu allows you to graph any equation in
  39. the redraw queue. First choose an equation from the combobox by clicking on it
  40. with the mouse or using the down key to highlight it and pressing enter. Then,
  41. choose Pick graph from the Redraw menu. (If you do not select an equation, the
  42. first one in the queue is used.) You can also redraw an equation within the
  43. equation editor by selecting the equation as above and then simply pressing
  44. enter (do not modify the equation) while it is in the equation editor. When
  45. you redraw a graph, it is re-inserted at the top of the redraw queue.
  46.                  Press PgDn for more help on the Redraw Queue.
  47.                  REDRAWING ALL GRAPHS
  48. Select All Graphs from the Redraw menu to redraw everything in the queue. The
  49. graphs are drawn oldest-first so that the most recent ones come out on top.
  50.  
  51.                 HIDING A GRAPH
  52. To hide a particular graph, select its equation and then choose Hide Graph
  53. from the Redraw menu. If you have a mouse, you can select an equation just by
  54. click on the curve. The graph is removed from the screen and will not be
  55. AutoRedrawn, but it stays in its current position in the queue and will be
  56. redrawn by the next Redraw All command you give.
  57.  
  58.                  DELETING AN EQUATION
  59. To remove an equation from the queue, simply select that equation from the
  60. combobox and choose Delete Eqn from the Redraw menu. The equation is deleted
  61. from the queue, although its graph will remain until you clear the screen.
  62.  
  63.                CLEARING THE REDRAW QUEUE
  64. Selecting Clear All from the Redraw menu essentially starts a new session,
  65. except the options settings and grid size remain the same. All of the
  66. equations in the queue are deleted, and the screen and labels (including
  67. annotations) are cleared as well.
  68.  
  69.              Press PgDn for help on saving and loading equation lists.
  70.                SAVING AND LOADING EQUATION LISTS
  71. To save the equations you're working on, (as well as titles, annotations, and
  72. options settings), select Save List from the File menu and enter a filename.
  73. This file will be saved in the current directory with an extension of ".GR"
  74. unless you specify differently. To save to diskette, insert A: or B: before
  75. your filename. When asked if you want to include setup information, answer "y"
  76. if you want to record the current size of the grid and options settings in the
  77. file. Otherwise, only the text labels and equations in the queue are saved.
  78.     To reload one of your equation lists (or one of the demo files), select
  79. Open List from the File menu. You will be presented with a list of files
  80. available. Choose a file by using the up/down arrow keys or mouse, [Cancel] to
  81. return to the equation editor without loading a file, or [New path] to change
  82. the current directory to look for files elsewhere. After you select a file to
  83. open, if the redraw queue is not empty, you will be asked whether to add the
  84. new file's equations to the existing queue or clear the queue first. Answer
  85. "y" to clear the queue before loading the new file, or "n" to keep it. If the
  86. file was saved with the Save setup option, the grid and special options
  87. settings recorded in the file will be loaded and set automatically. After
  88. loading the file, if AutoRedraw is on, Graphmatica will graph all of the
  89. equations just loaded. You can also load a file when you run Graphmatica by
  90. typing its name as a command-line argument. Those equations will be loaded
  91. (and graphed) immediately after the opening screen.
  92. ───────────────End of Redraw help. Press ESC to return to menu.───────────────
  93.